TemplateType

The type of templates in a repeating view.
 

Example

The following is an example of how to reference the TemplateType object:

	// The full path is required.
	dundas.controls.TemplateType.BODY
	

 

Properties

 
  Name Description
  BODY The template is the body of a group.
  BOTTOM_LEFT_CORNER The template is the bottom-left corner of a group.
  BOTTOM_RIGHT_CORNER The template is the bottom-right corner of a group.
  COLUMN_FOOTER The template is the column footer of a group.
  COLUMN_HEADER The template is the column header of a group.
  NONE The template type is not set.
  PAGE_FOOTER The template is the page footer.
  PAGE_HEADER The template is the page header.
  PAGE_SPACER The template is a blank spacer used to fill the remainder of a page.
  ROW_FOOTER The template is the row footer of a group.
  ROW_HEADER The template is the row header of a group.
  TOP_LEFT_CORNER The template is the top-left corner of a group.
  TOP_RIGHT_CORNER The template is the top-right corner of a group.
  VIEW_FOOTER The template is the view footer.
  VIEW_HEADER The template is the view header.